You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > BinaryAnd Method > VectorInt.BinaryAnd Method ([In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.BinaryAnd Method ([In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)

Apply binary "and" between elements in Src and Value.

Syntax
C#
Visual Basic
public TMtxVecInt BinaryAnd([In] TMtxVecInt Src, [In] int Value, [In] int SrcIndex, [In] int Index, [In] int Len);

the result of binary "and" of Value with coresponding values in Src [SrcIndex]..[SrcIndex+Len-1] stored in the calling object at locations [Index]..[Index+Len-1].

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!